home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / Framework / Includes / MAFramework.h < prev    next >
Encoding:
Text File  |  1996-04-03  |  2.4 KB  |  167 lines  |  [TEXT/MPS ]

  1. // MAFramework.h
  2. // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3. // Core MacApp header files.
  4.  
  5. #ifndef __MAFRAMEWORK__
  6. #define __MAFRAMEWORK__
  7.  
  8. // Conditional Macros (include before any other headers)
  9.  
  10. #ifndef __MACONDITIONALMACROS__
  11. #include "MAConditionalMacros.h"
  12. #endif
  13.  
  14. // MacApp Core
  15.  
  16. #ifndef __MACORE__
  17. #include "MACore.h"
  18. #endif
  19.  
  20. // MacApp
  21.  
  22. #ifndef __UMACAPPUTILITIES__
  23. #include "UMacAppUtilities.h"
  24. #endif
  25.  
  26. #ifndef __UMACAPPGLOBALS__
  27. #include "UMacAppGlobals.h"
  28. #endif
  29.  
  30. #ifndef __USCRIPTABLEOBJECT__
  31. #include "UScriptableObject.h"
  32. #endif
  33.  
  34. #ifndef __UDESIGNATOR__
  35. #include "UDesignator.h"
  36. #endif
  37.  
  38. #ifndef __UADORNERS__
  39. #include "UAdorners.h"
  40. #endif
  41.  
  42. #ifndef __UAPPLEEVENTS__
  43. #include "UAppleEvents.h"
  44. #endif
  45.  
  46. #ifndef __UEVENT__
  47. #include "UEvent.h"
  48. #endif
  49.  
  50. #ifndef __UEVENTHANDLER__
  51. #include "UEventHandler.h"
  52. #endif
  53.  
  54. #ifndef __UCOMMAND__
  55. #include "UCommand.h"
  56. #endif
  57.  
  58. #ifndef __UCOMMANDHANDLER__
  59. #include "UCommandHandler.h"
  60. #endif
  61.  
  62. #ifndef __UVIEW__
  63. #include "UView.h"
  64. #endif
  65.  
  66. #ifndef __UBEHAVIOR__
  67. #include "UBehavior.h"
  68. #endif
  69.  
  70. #ifndef __UBUSYCURSOR__
  71. #include "UBusyCursor.h"
  72. #endif
  73.  
  74. #ifndef __UCLIPBOARDMGR__
  75. #include "UClipboardMgr.h"
  76. #endif
  77.  
  78. #ifndef __UCONTROL__
  79. #include "UControl.h"
  80. #endif
  81.  
  82. #ifndef __UDESKSCRAPVIEW__
  83. #include "UDeskScrapView.h"
  84. #endif
  85.  
  86. #ifndef __UDIALOGBEHAVIOR__
  87. #include "UDialogBehavior.h"
  88. #endif
  89.  
  90. #ifndef __UDOCUMENT__
  91. #include "UDocument.h"
  92. #endif
  93.  
  94. #ifndef __UDRAGDROP__
  95. #include "UDragDrop.h"
  96. #endif
  97.  
  98. #ifndef __UDRAGDROPBEHAVIOR__
  99. #include "UDragDropBehavior.h"
  100. #endif
  101.  
  102. #ifndef __UDRAWINGENVIRONMENT__
  103. #include "UDrawingEnvironment.h"
  104. #endif
  105.  
  106. #ifndef __UERRORMGR__
  107. #include "UErrorMgr.h"
  108. #endif
  109.  
  110. #ifndef __UFILE__
  111. #include "UFile.h"
  112. #endif
  113.  
  114. #ifndef __UFILESTREAM__
  115. #include "UFileStream.h"
  116. #endif
  117.  
  118. #ifndef __UFLOATWINDOW__
  119. #include "UFloatWindow.h"
  120. #endif
  121.  
  122. #ifndef __UMENUMGR__
  123. #include "UMenuMgr.h"
  124. #endif
  125.  
  126. #ifndef __UPRINTHANDLER__
  127. #include "UPrintHandler.h"
  128. #endif
  129.  
  130. #ifndef __USCRIPTING__
  131. #include "UScripting.h"
  132. #endif
  133.  
  134. #ifndef __USCROLLER__
  135. #include "UScroller.h"
  136. #endif
  137.  
  138. #ifndef __UVIEWSERVER__
  139. #include "UViewServer.h"
  140. #endif
  141.  
  142. #ifndef __UWINDOW__
  143. #include "UWindow.h"
  144. #endif
  145.  
  146. #ifndef __UDISPATCHER__
  147. #include "UDispatcher.h"
  148. #endif
  149.  
  150. #ifndef __UOSASCRIPT__
  151. #include "UOSAScript.h"
  152. #endif
  153.  
  154. #ifndef __USUBSTITUTION__
  155. #include "USubstitution.h"
  156. #endif
  157.  
  158. #ifndef __UTRACKER__
  159. #include "UTracker.h"
  160. #endif
  161.  
  162. #ifndef __UUNDO__
  163. #include "UUndo.h"
  164. #endif
  165.  
  166. #endif // __MAFRAMEWORK__
  167.